From f2d31a73e7cd8e466546857f8db5cd1988be5e9e Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 3 Nov 2011 16:18:48 +0000 Subject: [PATCH] add \n to a wfDebug() call follow up r48417 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 014aaa645f..8f9513b17d 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2260,7 +2260,7 @@ function wfMkdirParents( $dir, $mode = null, $caller = null ) { global $wgDirectoryMode; if ( !is_null( $caller ) ) { - wfDebug( "$caller: called wfMkdirParents($dir)" ); + wfDebug( "$caller: called wfMkdirParents($dir)\n" ); } if( strval( $dir ) === '' || file_exists( $dir ) ) { -- 2.20.1